3.110 \(\int \frac{\sqrt{a+b \log (c (d+e x)^n)}}{(f+g x)^3} \, dx\)

Optimal. Leaf size=78 \[ \frac{b e n \text{Unintegrable}\left (\frac{1}{(d+e x) (f+g x)^2 \sqrt{a+b \log \left (c (d+e x)^n\right )}},x\right )}{4 g}-\frac{\sqrt{a+b \log \left (c (d+e x)^n\right )}}{2 g (f+g x)^2} \]

[Out]

-Sqrt[a + b*Log[c*(d + e*x)^n]]/(2*g*(f + g*x)^2) + (b*e*n*Unintegrable[1/((d + e*x)*(f + g*x)^2*Sqrt[a + b*Lo
g[c*(d + e*x)^n]]), x])/(4*g)

________________________________________________________________________________________

Rubi [A]  time = 0.216465, antiderivative size = 0, normalized size of antiderivative = 0., number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0., Rules used = {} \[ \int \frac{\sqrt{a+b \log \left (c (d+e x)^n\right )}}{(f+g x)^3} \, dx \]

Verification is Not applicable to the result.

[In]

Int[Sqrt[a + b*Log[c*(d + e*x)^n]]/(f + g*x)^3,x]

[Out]

-Sqrt[a + b*Log[c*(d + e*x)^n]]/(2*g*(f + g*x)^2) + (b*e*n*Defer[Int][1/((d + e*x)*(f + g*x)^2*Sqrt[a + b*Log[
c*(d + e*x)^n]]), x])/(4*g)

Rubi steps

\begin{align*} \int \frac{\sqrt{a+b \log \left (c (d+e x)^n\right )}}{(f+g x)^3} \, dx &=-\frac{\sqrt{a+b \log \left (c (d+e x)^n\right )}}{2 g (f+g x)^2}+\frac{(b e n) \int \frac{1}{(d+e x) (f+g x)^2 \sqrt{a+b \log \left (c (d+e x)^n\right )}} \, dx}{4 g}\\ \end{align*}

Mathematica [A]  time = 0.360042, size = 0, normalized size = 0. \[ \int \frac{\sqrt{a+b \log \left (c (d+e x)^n\right )}}{(f+g x)^3} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[Sqrt[a + b*Log[c*(d + e*x)^n]]/(f + g*x)^3,x]

[Out]

Integrate[Sqrt[a + b*Log[c*(d + e*x)^n]]/(f + g*x)^3, x]

________________________________________________________________________________________

Maple [A]  time = 0.892, size = 0, normalized size = 0. \begin{align*} \int{\frac{1}{ \left ( gx+f \right ) ^{3}}\sqrt{a+b\ln \left ( c \left ( ex+d \right ) ^{n} \right ) }}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*ln(c*(e*x+d)^n))^(1/2)/(g*x+f)^3,x)

[Out]

int((a+b*ln(c*(e*x+d)^n))^(1/2)/(g*x+f)^3,x)

________________________________________________________________________________________

Maxima [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\sqrt{b \log \left ({\left (e x + d\right )}^{n} c\right ) + a}}{{\left (g x + f\right )}^{3}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*(e*x+d)^n))^(1/2)/(g*x+f)^3,x, algorithm="maxima")

[Out]

integrate(sqrt(b*log((e*x + d)^n*c) + a)/(g*x + f)^3, x)

________________________________________________________________________________________

Fricas [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: UnboundLocalError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*(e*x+d)^n))^(1/2)/(g*x+f)^3,x, algorithm="fricas")

[Out]

Exception raised: UnboundLocalError

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*ln(c*(e*x+d)**n))**(1/2)/(g*x+f)**3,x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\sqrt{b \log \left ({\left (e x + d\right )}^{n} c\right ) + a}}{{\left (g x + f\right )}^{3}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*(e*x+d)^n))^(1/2)/(g*x+f)^3,x, algorithm="giac")

[Out]

integrate(sqrt(b*log((e*x + d)^n*c) + a)/(g*x + f)^3, x)